Tootfinder

Opt-in global Mastodon full text search. Join the index!

No exact results. Similar results found.
@aral@mastodon.ar.al
2024-03-11 18:22:16

Just released v3.0 of @small-tech/state
(A tiny – 42 lines of code¹ – JavaScript state management class.)
codeberg.org/small-tech/state
The state class is no longer a proxy itself but instead uses a proxy to guard access/update of states. This means instances/subclass…

@thomasfuchs@hachyderm.io
2024-03-10 15:35:42

❌ Writing CSS to avoid style tags
❌ Writing JavaScript to avoid writing CSS
❌ Writing TypeScript to avoid writing JavaScript
❌ Writing WASM to avoid writing TypeScript
✅ Using an LLM to avoid using brain
social.lol/@bw/112063887344206

@noellabo@fedibird.com
2024-04-05 04:01:55

Threadsのアカウントをfedibird.comとか自分の所属サーバからフォローしたい時に、前に作ったこのブックマークレット使うと簡単だね。
Threadsでフォローしたい人のプロフィールページを開いて、登録しておいたブックマークレットを使うと、所属サーバ(ここではfedibird.com)でプロフィールを開いてくれる。
ここでのフォローボタンはfedibird.comからのフォローになる。
ブックマークレットはjavascriptをブックマークのURLとして指定する技。
『フェディバースにシェア』していないアカウントの場合はエラーがでる。
QT: fedibird.com/@noellabo/1112895
[参照]

@khalidabuhakmeh@mastodon.social
2024-03-11 20:25:42

I wrote this using #JetBrains Full Line Code Completion. It works surprisingly well with #WebStorm and #JavaScript. It's a local

Cycling through button colors on click
JavaScript code for a button click handler that rotates classes
@JasonPunyon@fosstodon.org
2024-02-12 00:25:47

it's a puny textbox. it's a full stack app (with a database!) in a browser. zomg the sql is TOUCHING the jquery
zinc-shocking-geranium.glitch.

small website called puny.textbox. it's a textbox with a "post it" button.

when you press the button the message is posted.

"how bout them footballs"
"This is a great post. Here I'm gonna tag it! <tag>TAAAAAG</tag>"
"<tag>jquery</tag>"
"THERE WILL NEVER BE A PROBLEM"
"OMG IT WORKS"
some code for the app. zomg there's SQL right in the JAVASCRIPT
@radioeinsmusicbot@mastodonapp.uk
2024-05-10 17:32:17

🔊 Auf radioeins läuft...
Michael Kiwanuka:
🎵 Black Man In A White World
#NowPlaying #MichaelKiwanuka
open.spotify.com/track/3ddle9t
nachovarelacruzvittor.bandcamp

@aral@mastodon.ar.al
2024-03-11 11:48:51

Just learned that there’s a JavaScript-based screen reader driver for test automation called Guidepup.
guidepup.dev
Works with VoiceOver & NVDA (no Narrator or Orca/Linux support – but Orca is broken under Wayland so the latter, at least, is not surprising.)
Very cool! I l…

@khalidabuhakmeh@mastodon.social
2024-03-11 20:25:42

I wrote this using #JetBrains Full Line Code Completion. It works surprisingly well with #WebStorm and #JavaScript. It's a local

Cycling through button colors on click
JavaScript code for a button click handler that rotates classes
@aral@mastodon.ar.al
2024-03-11 18:42:11

Thanking @… for finding an XSS vulnerability in the simple WebSocket example in Kitten.
I was returning a plain JavaScript string (``) from the socket route instead of a kitten.html`` string.

@aral@mastodon.ar.al
2024-03-09 18:49:01

Hey folks, I just released Auto Encrypt Localhost* v8.4.0 with better async support and updated dependencies.
npmjs.com/package/@small-tech/
* My pure JavaScript module (no mkcert, certutil, etc., required) that a…